Html Css Color HEX #AC661B Golden Brown

📋 copy color: '#AC661B'

red 172 ◦ green 102 ◦ blue 27

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

Shades of Golden Brown #AC661B

Tints of Golden Brown #AC661B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

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

R = 57.14%
G = 33.89%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC661B (or 0xAC661B) is known color: Golden Brown. HEX triplet: AC, 66 and 1B. RGB value is (172,102,27). Sum of RGB (Red+Green+Blue) = 172+102+27=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC661B is #5399E4. Grayscale: #727272. Windows color (decimal): -5478885 or 1795756. OLE color: 1795756.

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

Color convert

RGB 172 102 27 -
CMYK 0 0.41 0.84 0.33
HSL 31.03º 0.73% 0.39% -
HSV(B) 31.03º 0.84% 0.67% -
XYZ 21.96 18.35 3.42 -
YUV 114.38 78.69 169.1 -
System Red Green Blue C M Y K H S L
Decimal 172 102 27 0 0.41 0.84 0.33 31.03 0.73 0.39
Hex AC 66 1B 0 29 54 21 1F 49 27
Octal 254 146 33 0 51 124 41 37 111 47
Binary 10101100 1100110 11011 0 101001 1010100 100001 11111 1001001 100111

Color Harmonies of #AC661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC661B

Black with #AC661B

Text Example


Text Example

White with #AC661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC661B; }

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

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

background-color css

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

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

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

border-color css

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

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

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