Html Css Color HEX #AC902A Reef Gold

📋 copy color: '#AC902A'

red 172 ◦ green 144 ◦ blue 42

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

Shades of Reef Gold #AC902A

Tints of Reef Gold #AC902A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

 BLUE value IS 42 (16.8% from 255) = 11.73%

R = 48.04%
G = 40.22%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC902A (or 0xAC902A) is known color: Reef Gold. HEX triplet: AC, 90 and 2A. RGB value is (172,144,42). Sum of RGB (Red+Green+Blue) = 172+144+42=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC902A is #536FD5. Grayscale: #8D8D8D. Windows color (decimal): -5468118 or 2789548. OLE color: 2789548.

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

Color convert

RGB 172 144 42 -
CMYK 0 0.16 0.76 0.33
HSL 47.08º 0.61% 0.42% -
HSV(B) 47.08º 0.76% 0.67% -
XYZ 27.4 28.88 6.32 -
YUV 140.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 172 144 42 0 0.16 0.76 0.33 47.08 0.61 0.42
Hex AC 90 2A 0 10 4C 21 2F 3D 2A
Octal 254 220 52 0 20 114 41 57 75 52
Binary 10101100 10010000 101010 0 10000 1001100 100001 101111 111101 101010

Color Harmonies of #AC902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC902A

Black with #AC902A

Text Example


Text Example

White with #AC902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC902A; }

 p { color: rgb(172,144,42); }

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

background-color css

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

 a { background-color: rgb(172,144,42); }

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

border-color css

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

 span { border-color: rgb(172,144,42); }

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