Html Css Color HEX #A39D33 Reef Gold

📋 copy color: '#A39D33'

red 163 ◦ green 157 ◦ blue 51

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

Shades of Reef Gold #A39D33

Tints of Reef Gold #A39D33

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.32%

 BLUE value IS 51 (20.31% from 255) = 13.75%

R = 43.94%
G = 42.32%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A39D33 (or 0xA39D33) is known color: Reef Gold. HEX triplet: A3, 9D and 33. RGB value is (163,157,51). Sum of RGB (Red+Green+Blue) = 163+157+51=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39D33 is #5C62CC. Grayscale: #939393. Windows color (decimal): -6054605 or 3382691. OLE color: 3382691.

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

Color convert

RGB 163 157 51 -
CMYK 0 0.04 0.69 0.36
HSL 56.79º 0.52% 0.42% -
HSV(B) 56.79º 0.69% 0.64% -
XYZ 27.76 32.14 7.87 -
YUV 146.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 163 157 51 0 0.04 0.69 0.36 56.79 0.52 0.42
Hex A3 9D 33 0 4 45 24 39 34 2A
Octal 243 235 63 0 4 105 44 71 64 52
Binary 10100011 10011101 110011 0 100 1000101 100100 111001 110100 101010

Color Harmonies of #A39D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39D33

Black with #A39D33

Text Example


Text Example

White with #A39D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39D33; }

 p { color: rgb(163,157,51); }

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

background-color css

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

 a { background-color: rgb(163,157,51); }

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

border-color css

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

 span { border-color: rgb(163,157,51); }

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