Html Css Color HEX #A4983E Reef Gold

📋 copy color: '#A4983E'

red 164 ◦ green 152 ◦ blue 62

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

Shades of Reef Gold #A4983E

Tints of Reef Gold #A4983E

RGB

 RED value IS 164 (64.45% from 255) = 43.39%

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

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

R = 43.39%
G = 40.21%
B = 16.4%

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

#A4983E (or 0xA4983E) is known color: Reef Gold. HEX triplet: A4, 98 and 3E. RGB value is (164,152,62). Sum of RGB (Red+Green+Blue) = 164+152+62=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A4983E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4983E is #5B67C1. Grayscale: #919191. Windows color (decimal): -5990338 or 4102308. OLE color: 4102308.

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

Color convert

RGB 164 152 62 -
CMYK 0 0.07 0.62 0.36
HSL 52.94º 0.45% 0.44% -
HSV(B) 52.94º 0.62% 0.64% -
XYZ 27.41 30.7 9.04 -
YUV 145.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 164 152 62 0 0.07 0.62 0.36 52.94 0.45 0.44
Hex A4 98 3E 0 7 3E 24 35 2D 2C
Octal 244 230 76 0 7 76 44 65 55 54
Binary 10100100 10011000 111110 0 111 111110 100100 110101 101101 101100

Color Harmonies of #A4983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4983E

Black with #A4983E

Text Example


Text Example

White with #A4983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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