Html Css Color HEX #AB6905 Golden Brown

📋 copy color: '#AB6905'

red 171 ◦ green 105 ◦ blue 5

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

Shades of Golden Brown #AB6905

Tints of Golden Brown #AB6905

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.37%

 BLUE value IS 5 (2.34% from 255) = 1.78%

R = 60.85%
G = 37.37%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB6905 (or 0xAB6905) is known color: Golden Brown. HEX triplet: AB, 69 and 05. RGB value is (171,105,5). Sum of RGB (Red+Green+Blue) = 171+105+5=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6905 is #5496FA. Grayscale: #717171. Windows color (decimal): -5543675 or 354731. OLE color: 354731.

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

Color convert

RGB 171 105 5 -
CMYK 0 0.39 0.97 0.33
HSL 36.14º 0.94% 0.35% -
HSV(B) 36.14º 0.97% 0.67% -
XYZ 21.87 18.77 2.61 -
YUV 113.33 66.87 169.13 -
System Red Green Blue C M Y K H S L
Decimal 171 105 5 0 0.39 0.97 0.33 36.14 0.94 0.35
Hex AB 69 5 0 27 61 21 24 5E 23
Octal 253 151 5 0 47 141 41 44 136 43
Binary 10101011 1101001 101 0 100111 1100001 100001 100100 1011110 100011

Color Harmonies of #AB6905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6905

Black with #AB6905

Text Example


Text Example

White with #AB6905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6905; }

 p { color: rgb(171,105,5); }

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

background-color css

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

 a { background-color: rgb(171,105,5); }

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

border-color css

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

 span { border-color: rgb(171,105,5); }

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