Html Css Color HEX #AC620B Golden Brown

📋 copy color: '#AC620B'

red 172 ◦ green 98 ◦ blue 11

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

Shades of Golden Brown #AC620B

Tints of Golden Brown #AC620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.88%

 BLUE value IS 11 (4.69% from 255) = 3.91%

R = 61.21%
G = 34.88%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC620B (or 0xAC620B) is known color: Golden Brown. HEX triplet: AC, 62 and 0B. RGB value is (172,98,11). Sum of RGB (Red+Green+Blue) = 172+98+11=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC620B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC620B is #539DF4. Grayscale: #6E6E6E. Windows color (decimal): -5479925 or 746156. OLE color: 746156.

HSL color Cylindrical-coordinate representation of color #AC620B: hue angle of 32.42º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC620B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 98 11 -
CMYK 0 0.43 0.94 0.33
HSL 32.42º 0.88% 0.36% -
HSV(B) 32.42º 0.94% 0.67% -
XYZ 21.44 17.53 2.57 -
YUV 110.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 172 98 11 0 0.43 0.94 0.33 32.42 0.88 0.36
Hex AC 62 B 0 2B 5E 21 20 58 24
Octal 254 142 13 0 53 136 41 40 130 44
Binary 10101100 1100010 1011 0 101011 1011110 100001 100000 1011000 100100

Color Harmonies of #AC620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC620B

Black with #AC620B

Text Example


Text Example

White with #AC620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC620B; }

 p { color: rgb(172,98,11); }

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

background-color css

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

 a { background-color: rgb(172,98,11); }

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

border-color css

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

 span { border-color: rgb(172,98,11); }

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