Html Css Color HEX #AC832E Reef Gold

📋 copy color: '#AC832E'

red 172 ◦ green 131 ◦ blue 46

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

Shades of Reef Gold #AC832E

Tints of Reef Gold #AC832E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.54%

 BLUE value IS 46 (18.36% from 255) = 13.18%

R = 49.28%
G = 37.54%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC832E (or 0xAC832E) is known color: Reef Gold. HEX triplet: AC, 83 and 2E. RGB value is (172,131,46). Sum of RGB (Red+Green+Blue) = 172+131+46=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC832E is #537CD1. Grayscale: #858585. Windows color (decimal): -5471442 or 3048364. OLE color: 3048364.

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

Color convert

RGB 172 131 46 -
CMYK 0 0.24 0.73 0.33
HSL 40.48º 0.58% 0.43% -
HSV(B) 40.48º 0.73% 0.67% -
XYZ 25.62 25.2 6.1 -
YUV 133.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 172 131 46 0 0.24 0.73 0.33 40.48 0.58 0.43
Hex AC 83 2E 0 18 49 21 28 3A 2B
Octal 254 203 56 0 30 111 41 50 72 53
Binary 10101100 10000011 101110 0 11000 1001001 100001 101000 111010 101011

Color Harmonies of #AC832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC832E

Black with #AC832E

Text Example


Text Example

White with #AC832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC832E; }

 p { color: rgb(172,131,46); }

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

background-color css

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

 a { background-color: rgb(172,131,46); }

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

border-color css

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

 span { border-color: rgb(172,131,46); }

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