Html Css Color HEX #AC671B Golden Brown

📋 copy color: '#AC671B'

red 172 ◦ green 103 ◦ blue 27

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

Shades of Golden Brown #AC671B

Tints of Golden Brown #AC671B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 56.95%
G = 34.11%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC671B (or 0xAC671B) is known color: Golden Brown. HEX triplet: AC, 67 and 1B. RGB value is (172,103,27). Sum of RGB (Red+Green+Blue) = 172+103+27=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC671B is #5398E4. Grayscale: #737373. Windows color (decimal): -5478629 or 1796012. OLE color: 1796012.

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

Color convert

RGB 172 103 27 -
CMYK 0 0.40 0.84 0.33
HSL 31.45º 0.73% 0.39% -
HSV(B) 31.45º 0.84% 0.67% -
XYZ 22.06 18.55 3.45 -
YUV 114.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 172 103 27 0 0.40 0.84 0.33 31.45 0.73 0.39
Hex AC 67 1B 0 28 54 21 1F 49 27
Octal 254 147 33 0 50 124 41 37 111 47
Binary 10101100 1100111 11011 0 101000 1010100 100001 11111 1001001 100111

Color Harmonies of #AC671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC671B

Black with #AC671B

Text Example


Text Example

White with #AC671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC671B; }

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

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

background-color css

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

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

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

border-color css

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

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

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