Html Css Color HEX #AB6F0F Golden Brown

📋 copy color: '#AB6F0F'

red 171 ◦ green 111 ◦ blue 15

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

Shades of Golden Brown #AB6F0F

Tints of Golden Brown #AB6F0F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.37%

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

R = 57.58%
G = 37.37%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB6F0F (or 0xAB6F0F) is known color: Golden Brown. HEX triplet: AB, 6F and 0F. RGB value is (171,111,15). Sum of RGB (Red+Green+Blue) = 171+111+15=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6F0F is #5490F0. Grayscale: #767676. Windows color (decimal): -5542129 or 1011627. OLE color: 1011627.

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

Color convert

RGB 171 111 15 -
CMYK 0 0.35 0.91 0.33
HSL 36.92º 0.84% 0.36% -
HSV(B) 36.92º 0.91% 0.67% -
XYZ 22.57 20.06 3.13 -
YUV 118 69.88 165.81 -
System Red Green Blue C M Y K H S L
Decimal 171 111 15 0 0.35 0.91 0.33 36.92 0.84 0.36
Hex AB 6F F 0 23 5B 21 25 54 24
Octal 253 157 17 0 43 133 41 45 124 44
Binary 10101011 1101111 1111 0 100011 1011011 100001 100101 1010100 100100

Color Harmonies of #AB6F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6F0F

Black with #AB6F0F

Text Example


Text Example

White with #AB6F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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