Html Css Color HEX #AC922B Reef Gold

📋 copy color: '#AC922B'

red 172 ◦ green 146 ◦ blue 43

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

Shades of Reef Gold #AC922B

Tints of Reef Gold #AC922B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

 BLUE value IS 43 (17.19% from 255) = 11.91%

R = 47.65%
G = 40.44%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC922B (or 0xAC922B) is known color: Reef Gold. HEX triplet: AC, 92 and 2B. RGB value is (172,146,43). Sum of RGB (Red+Green+Blue) = 172+146+43=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC922B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC922B is #536DD4. Grayscale: #8E8E8E. Windows color (decimal): -5467605 or 2855596. OLE color: 2855596.

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

Color convert

RGB 172 146 43 -
CMYK 0 0.15 0.75 0.33
HSL 47.91º 0.6% 0.42% -
HSV(B) 47.91º 0.75% 0.67% -
XYZ 27.73 29.5 6.52 -
YUV 142.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 172 146 43 0 0.15 0.75 0.33 47.91 0.6 0.42
Hex AC 92 2B 0 F 4B 21 30 3C 2A
Octal 254 222 53 0 17 113 41 60 74 52
Binary 10101100 10010010 101011 0 1111 1001011 100001 110000 111100 101010

Color Harmonies of #AC922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC922B

Black with #AC922B

Text Example


Text Example

White with #AC922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC922B; }

 p { color: rgb(172,146,43); }

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

background-color css

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

 a { background-color: rgb(172,146,43); }

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

border-color css

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

 span { border-color: rgb(172,146,43); }

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