Html Css Color HEX #AB641B Golden Brown

📋 copy color: '#AB641B'

red 171 ◦ green 100 ◦ blue 27

#AB641B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AB641B

Tints of Golden Brown #AB641B

RGB

 RED value IS 171 (67.19% from 255) = 57.38%

 GREEN value IS 100 (39.45% from 255) = 33.56%

 BLUE value IS 27 (10.94% from 255) = 9.06%

R = 57.38%
G = 33.56%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB641B (or 0xAB641B) is known color: Golden Brown. HEX triplet: AB, 64 and 1B. RGB value is (171,100,27). Sum of RGB (Red+Green+Blue) = 171+100+27=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB641B is #549BE4. Grayscale: #717171. Windows color (decimal): -5544933 or 1795243. OLE color: 1795243.

HSL color Cylindrical-coordinate representation of color #AB641B: hue angle of 30.42º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB641B is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 100 27 -
CMYK 0 0.42 0.84 0.33
HSL 30.42º 0.73% 0.39% -
HSV(B) 30.42º 0.84% 0.67% -
XYZ 21.55 17.85 3.35 -
YUV 112.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 171 100 27 0 0.42 0.84 0.33 30.42 0.73 0.39
Hex AB 64 1B 0 2A 54 21 1E 49 27
Octal 253 144 33 0 52 124 41 36 111 47
Binary 10101011 1100100 11011 0 101010 1010100 100001 11110 1001001 100111

Color Harmonies of #AB641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB641B

Black with #AB641B

Text Example


Text Example

White with #AB641B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB641B; }

 p { color: rgb(171,100,27); }

 H1.HeaderClassName
 {
   color: #AB641B;
 }
 .AnyTagClassName
 {
   color: #AB641B;
 }
</style>

background-color css

<style>
 a { background-color: #AB641B; }

 a { background-color: rgb(171,100,27); }

 div.DivClassName
 {
   background-color: #AB641B;
 }
 .BgClassName
 {
   background-color: #AB641B;
 }
</style>

border-color css

<style>
 span { border-color: #AB641B; }

 span { border-color: rgb(171,100,27); }

 td.TdClassName
 {
   border-color: #AB641B;
 }
 .TagClassName
 {
   border-color: #AB641B;
 }
</style>