Html Css Color HEX #A79430 Reef Gold

📋 copy color: '#A79430'

red 167 ◦ green 148 ◦ blue 48

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

Shades of Reef Gold #A79430

Tints of Reef Gold #A79430

RGB

 RED value IS 167 (65.63% from 255) = 46.01%

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

 BLUE value IS 48 (19.14% from 255) = 13.22%

R = 46.01%
G = 40.77%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A79430 (or 0xA79430) is known color: Reef Gold. HEX triplet: A7, 94 and 30. RGB value is (167,148,48). Sum of RGB (Red+Green+Blue) = 167+148+48=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A79430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79430 is #586BCF. Grayscale: #8E8E8E. Windows color (decimal): -5794768 or 3183783. OLE color: 3183783.

HSL color Cylindrical-coordinate representation of color #A79430: hue angle of 50.42º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A79430 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 148 48 -
CMYK 0 0.11 0.71 0.35
HSL 50.42º 0.55% 0.42% -
HSV(B) 50.42º 0.71% 0.65% -
XYZ 27.06 29.61 7.09 -
YUV 142.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 167 148 48 0 0.11 0.71 0.35 50.42 0.55 0.42
Hex A7 94 30 0 B 47 23 32 37 2A
Octal 247 224 60 0 13 107 43 62 67 52
Binary 10100111 10010100 110000 0 1011 1000111 100011 110010 110111 101010

Color Harmonies of #A79430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79430

Black with #A79430

Text Example


Text Example

White with #A79430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79430; }

 p { color: rgb(167,148,48); }

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

background-color css

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

 a { background-color: rgb(167,148,48); }

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

border-color css

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

 span { border-color: rgb(167,148,48); }

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