Html Css Color HEX #AB640F Golden Brown

📋 copy color: '#AB640F'

red 171 ◦ green 100 ◦ blue 15

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

Shades of Golden Brown #AB640F

Tints of Golden Brown #AB640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.24%

R = 59.79%
G = 34.97%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB640F (or 0xAB640F) is known color: Golden Brown. HEX triplet: AB, 64 and 0F. RGB value is (171,100,15). Sum of RGB (Red+Green+Blue) = 171+100+15=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB640F is #549BF0. Grayscale: #6F6F6F. Windows color (decimal): -5544945 or 1008811. OLE color: 1008811.

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

Color convert

RGB 171 100 15 -
CMYK 0 0.42 0.91 0.33
HSL 32.69º 0.84% 0.36% -
HSV(B) 32.69º 0.91% 0.67% -
XYZ 21.44 17.81 2.76 -
YUV 111.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 171 100 15 0 0.42 0.91 0.33 32.69 0.84 0.36
Hex AB 64 F 0 2A 5B 21 21 54 24
Octal 253 144 17 0 52 133 41 41 124 44
Binary 10101011 1100100 1111 0 101010 1011011 100001 100001 1010100 100100

Color Harmonies of #AB640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB640F

Black with #AB640F

Text Example


Text Example

White with #AB640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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