Html Css Color HEX #AB6708 Golden Brown

📋 copy color: '#AB6708'

red 171 ◦ green 103 ◦ blue 8

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

Shades of Golden Brown #AB6708

Tints of Golden Brown #AB6708

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

 BLUE value IS 8 (3.52% from 255) = 2.84%

R = 60.64%
G = 36.52%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB6708 (or 0xAB6708) is known color: Golden Brown. HEX triplet: AB, 67 and 08. RGB value is (171,103,8). Sum of RGB (Red+Green+Blue) = 171+103+8=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6708 is #5498F7. Grayscale: #707070. Windows color (decimal): -5544184 or 550827. OLE color: 550827.

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

Color convert

RGB 171 103 8 -
CMYK 0 0.40 0.95 0.33
HSL 34.97º 0.91% 0.35% -
HSV(B) 34.97º 0.95% 0.67% -
XYZ 21.69 18.38 2.63 -
YUV 112.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 171 103 8 0 0.40 0.95 0.33 34.97 0.91 0.35
Hex AB 67 8 0 28 5F 21 23 5B 23
Octal 253 147 10 0 50 137 41 43 133 43
Binary 10101011 1100111 1000 0 101000 1011111 100001 100011 1011011 100011

Color Harmonies of #AB6708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6708

Black with #AB6708

Text Example


Text Example

White with #AB6708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6708; }

 p { color: rgb(171,103,8); }

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

background-color css

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

 a { background-color: rgb(171,103,8); }

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

border-color css

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

 span { border-color: rgb(171,103,8); }

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