Html Css Color HEX #A39133 Reef Gold

📋 copy color: '#A39133'

red 163 ◦ green 145 ◦ blue 51

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

Shades of Reef Gold #A39133

Tints of Reef Gold #A39133

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.39%

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

R = 45.4%
G = 40.39%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A39133 (or 0xA39133) is known color: Reef Gold. HEX triplet: A3, 91 and 33. RGB value is (163,145,51). Sum of RGB (Red+Green+Blue) = 163+145+51=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A39133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39133 is #5C6ECC. Grayscale: #8C8C8C. Windows color (decimal): -6057677 or 3379619. OLE color: 3379619.

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

Color convert

RGB 163 145 51 -
CMYK 0 0.11 0.69 0.36
HSL 50.36º 0.52% 0.42% -
HSV(B) 50.36º 0.69% 0.64% -
XYZ 25.83 28.28 7.23 -
YUV 139.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 163 145 51 0 0.11 0.69 0.36 50.36 0.52 0.42
Hex A3 91 33 0 B 45 24 32 34 2A
Octal 243 221 63 0 13 105 44 62 64 52
Binary 10100011 10010001 110011 0 1011 1000101 100100 110010 110100 101010

Color Harmonies of #A39133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39133

Black with #A39133

Text Example


Text Example

White with #A39133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39133; }

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

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

background-color css

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

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

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

border-color css

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

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

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