Html Css Color HEX #A3983E Reef Gold

📋 copy color: '#A3983E'

red 163 ◦ green 152 ◦ blue 62

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

Shades of Reef Gold #A3983E

Tints of Reef Gold #A3983E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.32%

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

R = 43.24%
G = 40.32%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3983E (or 0xA3983E) is known color: Reef Gold. HEX triplet: A3, 98 and 3E. RGB value is (163,152,62). Sum of RGB (Red+Green+Blue) = 163+152+62=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3983E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3983E is #5C67C1. Grayscale: #919191. Windows color (decimal): -6055874 or 4102307. OLE color: 4102307.

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

Color convert

RGB 163 152 62 -
CMYK 0 0.07 0.62 0.36
HSL 53.47º 0.45% 0.44% -
HSV(B) 53.47º 0.62% 0.64% -
XYZ 27.2 30.59 9.03 -
YUV 145.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 163 152 62 0 0.07 0.62 0.36 53.47 0.45 0.44
Hex A3 98 3E 0 7 3E 24 35 2D 2C
Octal 243 230 76 0 7 76 44 65 55 54
Binary 10100011 10011000 111110 0 111 111110 100100 110101 101101 101100

Color Harmonies of #A3983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3983E

Black with #A3983E

Text Example


Text Example

White with #A3983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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