Html Css Color HEX #A4933B Reef Gold

📋 copy color: '#A4933B'

red 164 ◦ green 147 ◦ blue 59

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

Shades of Reef Gold #A4933B

Tints of Reef Gold #A4933B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.73%

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

R = 44.32%
G = 39.73%
B = 15.95%

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

#A4933B (or 0xA4933B) is known color: Reef Gold. HEX triplet: A4, 93 and 3B. RGB value is (164,147,59). Sum of RGB (Red+Green+Blue) = 164+147+59=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4933B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4933B is #5B6CC4. Grayscale: #8E8E8E. Windows color (decimal): -5991621 or 3904420. OLE color: 3904420.

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

Color convert

RGB 164 147 59 -
CMYK 0 0.10 0.64 0.36
HSL 50.29º 0.47% 0.44% -
HSV(B) 50.29º 0.64% 0.64% -
XYZ 26.53 29.08 8.35 -
YUV 142.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 164 147 59 0 0.10 0.64 0.36 50.29 0.47 0.44
Hex A4 93 3B 0 A 40 24 32 2F 2C
Octal 244 223 73 0 12 100 44 62 57 54
Binary 10100100 10010011 111011 0 1010 1000000 100100 110010 101111 101100

Color Harmonies of #A4933B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4933B

Black with #A4933B

Text Example


Text Example

White with #A4933B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4933B; }

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

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

background-color css

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

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

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

border-color css

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

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

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