Html Css Color HEX #AC6910 Golden Brown

📋 copy color: '#AC6910'

red 172 ◦ green 105 ◦ blue 16

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

Shades of Golden Brown #AC6910

Tints of Golden Brown #AC6910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 58.7%
G = 35.84%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC6910 (or 0xAC6910) is known color: Golden Brown. HEX triplet: AC, 69 and 10. RGB value is (172,105,16). Sum of RGB (Red+Green+Blue) = 172+105+16=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6910 is #5396EF. Grayscale: #737373. Windows color (decimal): -5478128 or 1075628. OLE color: 1075628.

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

Color convert

RGB 172 105 16 -
CMYK 0 0.39 0.91 0.33
HSL 34.23º 0.83% 0.37% -
HSV(B) 34.23º 0.91% 0.67% -
XYZ 22.16 18.91 2.97 -
YUV 114.89 72.2 168.74 -
System Red Green Blue C M Y K H S L
Decimal 172 105 16 0 0.39 0.91 0.33 34.23 0.83 0.37
Hex AC 69 10 0 27 5B 21 22 53 25
Octal 254 151 20 0 47 133 41 42 123 45
Binary 10101100 1101001 10000 0 100111 1011011 100001 100010 1010011 100101

Color Harmonies of #AC6910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6910

Black with #AC6910

Text Example


Text Example

White with #AC6910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6910; }

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

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

background-color css

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

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

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

border-color css

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

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

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