Html Css Color HEX #AC892F Reef Gold

📋 copy color: '#AC892F'

red 172 ◦ green 137 ◦ blue 47

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

Shades of Reef Gold #AC892F

Tints of Reef Gold #AC892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

 BLUE value IS 47 (18.75% from 255) = 13.2%

R = 48.31%
G = 38.48%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC892F (or 0xAC892F) is known color: Reef Gold. HEX triplet: AC, 89 and 2F. RGB value is (172,137,47). Sum of RGB (Red+Green+Blue) = 172+137+47=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC892F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC892F is #5376D0. Grayscale: #898989. Windows color (decimal): -5469905 or 3115436. OLE color: 3115436.

HSL color Cylindrical-coordinate representation of color #AC892F: hue angle of 43.2º degrees, saturation: 0.57, 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 #AC892F is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 137 47 -
CMYK 0 0.20 0.73 0.33
HSL 43.2º 0.57% 0.43% -
HSV(B) 43.2º 0.73% 0.67% -
XYZ 26.47 26.87 6.48 -
YUV 137.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 172 137 47 0 0.20 0.73 0.33 43.2 0.57 0.43
Hex AC 89 2F 0 14 49 21 2B 39 2B
Octal 254 211 57 0 24 111 41 53 71 53
Binary 10101100 10001001 101111 0 10100 1001001 100001 101011 111001 101011

Color Harmonies of #AC892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC892F

Black with #AC892F

Text Example


Text Example

White with #AC892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC892F; }

 p { color: rgb(172,137,47); }

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

background-color css

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

 a { background-color: rgb(172,137,47); }

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

border-color css

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

 span { border-color: rgb(172,137,47); }

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