Html Css Color HEX #AC9432 Reef Gold

📋 copy color: '#AC9432'

red 172 ◦ green 148 ◦ blue 50

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

Shades of Reef Gold #AC9432

Tints of Reef Gold #AC9432

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 46.49%
G = 40%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC9432 (or 0xAC9432) is known color: Reef Gold. HEX triplet: AC, 94 and 32. RGB value is (172,148,50). Sum of RGB (Red+Green+Blue) = 172+148+50=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9432 is #536BCD. Grayscale: #909090. Windows color (decimal): -5467086 or 3314860. OLE color: 3314860.

HSL color Cylindrical-coordinate representation of color #AC9432: hue angle of 48.2º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC9432 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 148 50 -
CMYK 0 0.14 0.71 0.33
HSL 48.2º 0.55% 0.44% -
HSV(B) 48.2º 0.71% 0.67% -
XYZ 28.18 30.18 7.36 -
YUV 144 74.95 147.97 -
System Red Green Blue C M Y K H S L
Decimal 172 148 50 0 0.14 0.71 0.33 48.2 0.55 0.44
Hex AC 94 32 0 E 47 21 30 37 2C
Octal 254 224 62 0 16 107 41 60 67 54
Binary 10101100 10010100 110010 0 1110 1000111 100001 110000 110111 101100

Color Harmonies of #AC9432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9432

Black with #AC9432

Text Example


Text Example

White with #AC9432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9432; }

 p { color: rgb(172,148,50); }

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

background-color css

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

 a { background-color: rgb(172,148,50); }

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

border-color css

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

 span { border-color: rgb(172,148,50); }

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