Html Css Color HEX #A4923E Reef Gold

📋 copy color: '#A4923E'

red 164 ◦ green 146 ◦ blue 62

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

Shades of Reef Gold #A4923E

Tints of Reef Gold #A4923E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.25%

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

R = 44.09%
G = 39.25%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4923E (or 0xA4923E) is known color: Reef Gold. HEX triplet: A4, 92 and 3E. RGB value is (164,146,62). Sum of RGB (Red+Green+Blue) = 164+146+62=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4923E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4923E is #5B6DC1. Grayscale: #8E8E8E. Windows color (decimal): -5991874 or 4100772. OLE color: 4100772.

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

Color convert

RGB 164 146 62 -
CMYK 0 0.11 0.62 0.36
HSL 49.41º 0.45% 0.44% -
HSV(B) 49.41º 0.62% 0.64% -
XYZ 26.46 28.8 8.72 -
YUV 141.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 164 146 62 0 0.11 0.62 0.36 49.41 0.45 0.44
Hex A4 92 3E 0 B 3E 24 31 2D 2C
Octal 244 222 76 0 13 76 44 61 55 54
Binary 10100100 10010010 111110 0 1011 111110 100100 110001 101101 101100

Color Harmonies of #A4923E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4923E

Black with #A4923E

Text Example


Text Example

White with #A4923E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4923E; }

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

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

background-color css

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

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

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

border-color css

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

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

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