Html Css Color HEX #A39732 Reef Gold

📋 copy color: '#A39732'

red 163 ◦ green 151 ◦ blue 50

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

Shades of Reef Gold #A39732

Tints of Reef Gold #A39732

RGB

 RED value IS 163 (64.06% from 255) = 44.78%

 GREEN value IS 151 (59.38% from 255) = 41.48%

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

R = 44.78%
G = 41.48%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A39732 (or 0xA39732) is known color: Reef Gold. HEX triplet: A3, 97 and 32. RGB value is (163,151,50). Sum of RGB (Red+Green+Blue) = 163+151+50=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A39732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39732 is #5C68CD. Grayscale: #8F8F8F. Windows color (decimal): -6056142 or 3315619. OLE color: 3315619.

HSL color Cylindrical-coordinate representation of color #A39732: hue angle of 53.63º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A39732 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 151 50 -
CMYK 0 0.07 0.69 0.36
HSL 53.63º 0.53% 0.42% -
HSV(B) 53.63º 0.69% 0.64% -
XYZ 26.75 30.15 7.43 -
YUV 143.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 163 151 50 0 0.07 0.69 0.36 53.63 0.53 0.42
Hex A3 97 32 0 7 45 24 36 35 2A
Octal 243 227 62 0 7 105 44 66 65 52
Binary 10100011 10010111 110010 0 111 1000101 100100 110110 110101 101010

Color Harmonies of #A39732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39732

Black with #A39732

Text Example


Text Example

White with #A39732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39732; }

 p { color: rgb(163,151,50); }

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

background-color css

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

 a { background-color: rgb(163,151,50); }

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

border-color css

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

 span { border-color: rgb(163,151,50); }

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