Html Css Color HEX #A79230 Reef Gold

📋 copy color: '#A79230'

red 167 ◦ green 146 ◦ blue 48

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

Shades of Reef Gold #A79230

Tints of Reef Gold #A79230

RGB

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

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

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

R = 46.26%
G = 40.44%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A79230 (or 0xA79230) is known color: Reef Gold. HEX triplet: A7, 92 and 30. RGB value is (167,146,48). Sum of RGB (Red+Green+Blue) = 167+146+48=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A79230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79230 is #586DCF. Grayscale: #8D8D8D. Windows color (decimal): -5795280 or 3183271. OLE color: 3183271.

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

Color convert

RGB 167 146 48 -
CMYK 0 0.13 0.71 0.35
HSL 49.41º 0.55% 0.42% -
HSV(B) 49.41º 0.71% 0.65% -
XYZ 26.75 28.99 6.98 -
YUV 141.11 75.46 146.47 -
System Red Green Blue C M Y K H S L
Decimal 167 146 48 0 0.13 0.71 0.35 49.41 0.55 0.42
Hex A7 92 30 0 D 47 23 31 37 2A
Octal 247 222 60 0 15 107 43 61 67 52
Binary 10100111 10010010 110000 0 1101 1000111 100011 110001 110111 101010

Color Harmonies of #A79230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79230

Black with #A79230

Text Example


Text Example

White with #A79230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79230; }

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

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

background-color css

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

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

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

border-color css

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

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

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