Html Css Color HEX #AC9638 Reef Gold

📋 copy color: '#AC9638'

red 172 ◦ green 150 ◦ blue 56

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

Shades of Reef Gold #AC9638

Tints of Reef Gold #AC9638

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.68%

 BLUE value IS 56 (22.27% from 255) = 14.81%

R = 45.5%
G = 39.68%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC9638 (or 0xAC9638) is known color: Reef Gold. HEX triplet: AC, 96 and 38. RGB value is (172,150,56). Sum of RGB (Red+Green+Blue) = 172+150+56=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9638 is #5369C7. Grayscale: #929292. Windows color (decimal): -5466568 or 3708588. OLE color: 3708588.

HSL color Cylindrical-coordinate representation of color #AC9638: hue angle of 48.62º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC9638 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 150 56 -
CMYK 0 0.13 0.67 0.33
HSL 48.62º 0.51% 0.45% -
HSV(B) 48.62º 0.67% 0.67% -
XYZ 28.63 30.87 8.19 -
YUV 145.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 172 150 56 0 0.13 0.67 0.33 48.62 0.51 0.45
Hex AC 96 38 0 D 43 21 31 33 2D
Octal 254 226 70 0 15 103 41 61 63 55
Binary 10101100 10010110 111000 0 1101 1000011 100001 110001 110011 101101

Color Harmonies of #AC9638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9638

Black with #AC9638

Text Example


Text Example

White with #AC9638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9638; }

 p { color: rgb(172,150,56); }

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

background-color css

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

 a { background-color: rgb(172,150,56); }

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

border-color css

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

 span { border-color: rgb(172,150,56); }

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