Html Css Color HEX #A39A3E Reef Gold

📋 copy color: '#A39A3E'

red 163 ◦ green 154 ◦ blue 62

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

Shades of Reef Gold #A39A3E

Tints of Reef Gold #A39A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.36%

R = 43.01%
G = 40.63%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A39A3E (or 0xA39A3E) is known color: Reef Gold. HEX triplet: A3, 9A and 3E. RGB value is (163,154,62). Sum of RGB (Red+Green+Blue) = 163+154+62=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39A3E is #5C65C1. Grayscale: #929292. Windows color (decimal): -6055362 or 4102819. OLE color: 4102819.

HSL color Cylindrical-coordinate representation of color #A39A3E: hue angle of 54.65º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A39A3E is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 154 62 -
CMYK 0 0.06 0.62 0.36
HSL 54.65º 0.45% 0.44% -
HSV(B) 54.65º 0.62% 0.64% -
XYZ 27.53 31.25 9.14 -
YUV 146.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 163 154 62 0 0.06 0.62 0.36 54.65 0.45 0.44
Hex A3 9A 3E 0 6 3E 24 37 2D 2C
Octal 243 232 76 0 6 76 44 67 55 54
Binary 10100011 10011010 111110 0 110 111110 100100 110111 101101 101100

Color Harmonies of #A39A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39A3E

Black with #A39A3E

Text Example


Text Example

White with #A39A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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