Html Css Color HEX #A69230 Reef Gold

📋 copy color: '#A69230'

red 166 ◦ green 146 ◦ blue 48

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

Shades of Reef Gold #A69230

Tints of Reef Gold #A69230

RGB

 RED value IS 166 (65.23% from 255) = 46.11%

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

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

R = 46.11%
G = 40.56%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A69230 (or 0xA69230) is known color: Reef Gold. HEX triplet: A6, 92 and 30. RGB value is (166,146,48). Sum of RGB (Red+Green+Blue) = 166+146+48=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A69230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69230 is #596DCF. Grayscale: #8D8D8D. Windows color (decimal): -5860816 or 3183270. OLE color: 3183270.

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

Color convert

RGB 166 146 48 -
CMYK 0 0.12 0.71 0.35
HSL 49.83º 0.55% 0.42% -
HSV(B) 49.83º 0.71% 0.65% -
XYZ 26.54 28.88 6.97 -
YUV 140.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 166 146 48 0 0.12 0.71 0.35 49.83 0.55 0.42
Hex A6 92 30 0 C 47 23 32 37 2A
Octal 246 222 60 0 14 107 43 62 67 52
Binary 10100110 10010010 110000 0 1100 1000111 100011 110010 110111 101010

Color Harmonies of #A69230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69230

Black with #A69230

Text Example


Text Example

White with #A69230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69230; }

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

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

background-color css

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

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

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

border-color css

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

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

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