Html Css Color HEX #AC641B Golden Brown

📋 copy color: '#AC641B'

red 172 ◦ green 100 ◦ blue 27

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

Shades of Golden Brown #AC641B

Tints of Golden Brown #AC641B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.44%

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 57.53%
G = 33.44%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC641B (or 0xAC641B) is known color: Golden Brown. HEX triplet: AC, 64 and 1B. RGB value is (172,100,27). Sum of RGB (Red+Green+Blue) = 172+100+27=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC641B is #539BE4. Grayscale: #717171. Windows color (decimal): -5479397 or 1795244. OLE color: 1795244.

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

Color convert

RGB 172 100 27 -
CMYK 0 0.42 0.84 0.33
HSL 30.21º 0.73% 0.39% -
HSV(B) 30.21º 0.84% 0.67% -
XYZ 21.77 17.96 3.36 -
YUV 113.21 79.35 169.94 -
System Red Green Blue C M Y K H S L
Decimal 172 100 27 0 0.42 0.84 0.33 30.21 0.73 0.39
Hex AC 64 1B 0 2A 54 21 1E 49 27
Octal 254 144 33 0 52 124 41 36 111 47
Binary 10101100 1100100 11011 0 101010 1010100 100001 11110 1001001 100111

Color Harmonies of #AC641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC641B

Black with #AC641B

Text Example


Text Example

White with #AC641B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC641B; }

 p { color: rgb(172,100,27); }

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

background-color css

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

 a { background-color: rgb(172,100,27); }

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

border-color css

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

 span { border-color: rgb(172,100,27); }

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