Html Css Color HEX #A69730 Reef Gold

📋 copy color: '#A69730'

red 166 ◦ green 151 ◦ blue 48

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

Shades of Reef Gold #A69730

Tints of Reef Gold #A69730

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.37%

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

R = 45.48%
G = 41.37%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A69730 (or 0xA69730) is known color: Reef Gold. HEX triplet: A6, 97 and 30. RGB value is (166,151,48). Sum of RGB (Red+Green+Blue) = 166+151+48=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A69730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69730 is #5968CF. Grayscale: #909090. Windows color (decimal): -5859536 or 3184550. OLE color: 3184550.

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

Color convert

RGB 166 151 48 -
CMYK 0 0.09 0.71 0.35
HSL 52.37º 0.55% 0.42% -
HSV(B) 52.37º 0.71% 0.65% -
XYZ 27.33 30.45 7.23 -
YUV 143.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 166 151 48 0 0.09 0.71 0.35 52.37 0.55 0.42
Hex A6 97 30 0 9 47 23 34 37 2A
Octal 246 227 60 0 11 107 43 64 67 52
Binary 10100110 10010111 110000 0 1001 1000111 100011 110100 110111 101010

Color Harmonies of #A69730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69730

Black with #A69730

Text Example


Text Example

White with #A69730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69730; }

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

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

background-color css

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

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

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

border-color css

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

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

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