Html Css Color HEX #AB6B0F Golden Brown

📋 copy color: '#AB6B0F'

red 171 ◦ green 107 ◦ blue 15

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

Shades of Golden Brown #AB6B0F

Tints of Golden Brown #AB6B0F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.52%

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

R = 58.36%
G = 36.52%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB6B0F (or 0xAB6B0F) is known color: Golden Brown. HEX triplet: AB, 6B and 0F. RGB value is (171,107,15). Sum of RGB (Red+Green+Blue) = 171+107+15=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6B0F is #5494F0. Grayscale: #747474. Windows color (decimal): -5543153 or 1010603. OLE color: 1010603.

HSL color Cylindrical-coordinate representation of color #AB6B0F: hue angle of 35.38º 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 #AB6B0F is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 107 15 -
CMYK 0 0.37 0.91 0.33
HSL 35.38º 0.84% 0.36% -
HSV(B) 35.38º 0.91% 0.67% -
XYZ 22.14 19.21 2.99 -
YUV 115.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 171 107 15 0 0.37 0.91 0.33 35.38 0.84 0.36
Hex AB 6B F 0 25 5B 21 23 54 24
Octal 253 153 17 0 45 133 41 43 124 44
Binary 10101011 1101011 1111 0 100101 1011011 100001 100011 1010100 100100

Color Harmonies of #AB6B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6B0F

Black with #AB6B0F

Text Example


Text Example

White with #AB6B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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