Html Css Color HEX #A4943B Reef Gold

📋 copy color: '#A4943B'

red 164 ◦ green 148 ◦ blue 59

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

Shades of Reef Gold #A4943B

Tints of Reef Gold #A4943B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

 BLUE value IS 59 (23.44% from 255) = 15.9%

R = 44.2%
G = 39.89%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4943B (or 0xA4943B) is known color: Reef Gold. HEX triplet: A4, 94 and 3B. RGB value is (164,148,59). Sum of RGB (Red+Green+Blue) = 164+148+59=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4943B is #5B6BC4. Grayscale: #8F8F8F. Windows color (decimal): -5991365 or 3904676. OLE color: 3904676.

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

Color convert

RGB 164 148 59 -
CMYK 0 0.10 0.64 0.36
HSL 50.86º 0.47% 0.44% -
HSV(B) 50.86º 0.64% 0.64% -
XYZ 26.69 29.39 8.4 -
YUV 142.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 164 148 59 0 0.10 0.64 0.36 50.86 0.47 0.44
Hex A4 94 3B 0 A 40 24 33 2F 2C
Octal 244 224 73 0 12 100 44 63 57 54
Binary 10100100 10010100 111011 0 1010 1000000 100100 110011 101111 101100

Color Harmonies of #A4943B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4943B

Black with #A4943B

Text Example


Text Example

White with #A4943B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4943B; }

 p { color: rgb(164,148,59); }

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

background-color css

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

 a { background-color: rgb(164,148,59); }

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

border-color css

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

 span { border-color: rgb(164,148,59); }

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