Html Css Color HEX #AC6308 Golden Brown

📋 copy color: '#AC6308'

red 172 ◦ green 99 ◦ blue 8

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

Shades of Golden Brown #AC6308

Tints of Golden Brown #AC6308

RGB

 RED value IS 172 (67.58% from 255) = 61.65%

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

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

R = 61.65%
G = 35.48%
B = 2.87%

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

#AC6308 (or 0xAC6308) is known color: Golden Brown. HEX triplet: AC, 63 and 08. RGB value is (172,99,8). Sum of RGB (Red+Green+Blue) = 172+99+8=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6308 is #539CF7. Grayscale: #6E6E6E. Windows color (decimal): -5479672 or 549804. OLE color: 549804.

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

Color convert

RGB 172 99 8 -
CMYK 0 0.42 0.95 0.33
HSL 33.29º 0.91% 0.35% -
HSV(B) 33.29º 0.95% 0.67% -
XYZ 21.52 17.71 2.51 -
YUV 110.45 70.18 171.9 -
System Red Green Blue C M Y K H S L
Decimal 172 99 8 0 0.42 0.95 0.33 33.29 0.91 0.35
Hex AC 63 8 0 2A 5F 21 21 5B 23
Octal 254 143 10 0 52 137 41 41 133 43
Binary 10101100 1100011 1000 0 101010 1011111 100001 100001 1011011 100011

Color Harmonies of #AC6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6308

Black with #AC6308

Text Example


Text Example

White with #AC6308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6308; }

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

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

background-color css

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

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

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

border-color css

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

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

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