Html Css Color HEX #AC6904 Golden Brown

📋 copy color: '#AC6904'

red 172 ◦ green 105 ◦ blue 4

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

Shades of Golden Brown #AC6904

Tints of Golden Brown #AC6904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 61.21%
G = 37.37%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC6904 (or 0xAC6904) is known color: Golden Brown. HEX triplet: AC, 69 and 04. RGB value is (172,105,4). Sum of RGB (Red+Green+Blue) = 172+105+4=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6904 is #5396FB. Grayscale: #717171. Windows color (decimal): -5478140 or 289196. OLE color: 289196.

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

Color convert

RGB 172 105 4 -
CMYK 0 0.39 0.98 0.33
HSL 36.07º 0.95% 0.35% -
HSV(B) 36.07º 0.98% 0.67% -
XYZ 22.09 18.88 2.6 -
YUV 113.52 66.2 169.71 -
System Red Green Blue C M Y K H S L
Decimal 172 105 4 0 0.39 0.98 0.33 36.07 0.95 0.35
Hex AC 69 4 0 27 62 21 24 5F 23
Octal 254 151 4 0 47 142 41 44 137 43
Binary 10101100 1101001 100 0 100111 1100010 100001 100100 1011111 100011

Color Harmonies of #AC6904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6904

Black with #AC6904

Text Example


Text Example

White with #AC6904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6904; }

 p { color: rgb(172,105,4); }

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

background-color css

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

 a { background-color: rgb(172,105,4); }

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

border-color css

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

 span { border-color: rgb(172,105,4); }

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