Html Css Color HEX #AB640B Golden Brown

📋 copy color: '#AB640B'

red 171 ◦ green 100 ◦ blue 11

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

Shades of Golden Brown #AB640B

Tints of Golden Brown #AB640B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.9%

R = 60.64%
G = 35.46%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB640B (or 0xAB640B) is known color: Golden Brown. HEX triplet: AB, 64 and 0B. RGB value is (171,100,11). Sum of RGB (Red+Green+Blue) = 171+100+11=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB640B is #549BF4. Grayscale: #6F6F6F. Windows color (decimal): -5544949 or 746667. OLE color: 746667.

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

Color convert

RGB 171 100 11 -
CMYK 0 0.42 0.94 0.33
HSL 33.38º 0.88% 0.36% -
HSV(B) 33.38º 0.94% 0.67% -
XYZ 21.41 17.8 2.62 -
YUV 111.08 71.52 170.74 -
System Red Green Blue C M Y K H S L
Decimal 171 100 11 0 0.42 0.94 0.33 33.38 0.88 0.36
Hex AB 64 B 0 2A 5E 21 21 58 24
Octal 253 144 13 0 52 136 41 41 130 44
Binary 10101011 1100100 1011 0 101010 1011110 100001 100001 1011000 100100

Color Harmonies of #AB640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB640B

Black with #AB640B

Text Example


Text Example

White with #AB640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB640B; }

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

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

background-color css

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

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

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

border-color css

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

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

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