Html Css Color HEX #A39A32 Reef Gold

📋 copy color: '#A39A32'

red 163 ◦ green 154 ◦ blue 50

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

Shades of Reef Gold #A39A32

Tints of Reef Gold #A39A32

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.96%

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

R = 44.41%
G = 41.96%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A39A32 (or 0xA39A32) is known color: Reef Gold. HEX triplet: A3, 9A and 32. RGB value is (163,154,50). Sum of RGB (Red+Green+Blue) = 163+154+50=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39A32 is #5C65CD. Grayscale: #919191. Windows color (decimal): -6055374 or 3316387. OLE color: 3316387.

HSL color Cylindrical-coordinate representation of color #A39A32: hue angle of 55.22º 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 #A39A32 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 154 50 -
CMYK 0 0.06 0.69 0.36
HSL 55.22º 0.53% 0.42% -
HSV(B) 55.22º 0.69% 0.64% -
XYZ 27.24 31.13 7.59 -
YUV 144.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 163 154 50 0 0.06 0.69 0.36 55.22 0.53 0.42
Hex A3 9A 32 0 6 45 24 37 35 2A
Octal 243 232 62 0 6 105 44 67 65 52
Binary 10100011 10011010 110010 0 110 1000101 100100 110111 110101 101010

Color Harmonies of #A39A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39A32

Black with #A39A32

Text Example


Text Example

White with #A39A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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