Html Css Color HEX #AB6308 Golden Brown

📋 copy color: '#AB6308'

red 171 ◦ green 99 ◦ blue 8

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

Shades of Golden Brown #AB6308

Tints of Golden Brown #AB6308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.61%

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

R = 61.51%
G = 35.61%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB6308 (or 0xAB6308) is known color: Golden Brown. HEX triplet: AB, 63 and 08. RGB value is (171,99,8). Sum of RGB (Red+Green+Blue) = 171+99+8=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6308 is #549CF7. Grayscale: #6E6E6E. Windows color (decimal): -5545208 or 549803. OLE color: 549803.

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

Color convert

RGB 171 99 8 -
CMYK 0 0.42 0.95 0.33
HSL 33.5º 0.91% 0.35% -
HSV(B) 33.5º 0.95% 0.67% -
XYZ 21.3 17.6 2.5 -
YUV 110.15 70.35 171.4 -
System Red Green Blue C M Y K H S L
Decimal 171 99 8 0 0.42 0.95 0.33 33.5 0.91 0.35
Hex AB 63 8 0 2A 5F 21 21 5B 23
Octal 253 143 10 0 52 137 41 41 133 43
Binary 10101011 1100011 1000 0 101010 1011111 100001 100001 1011011 100011

Color Harmonies of #AB6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6308

Black with #AB6308

Text Example


Text Example

White with #AB6308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6308; }

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

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

background-color css

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

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

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

border-color css

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

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

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