Html Css Color HEX #A69134 Reef Gold

📋 copy color: '#A69134'

red 166 ◦ green 145 ◦ blue 52

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

Shades of Reef Gold #A69134

Tints of Reef Gold #A69134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.94%

 BLUE value IS 52 (20.7% from 255) = 14.33%

R = 45.73%
G = 39.94%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A69134 (or 0xA69134) is known color: Reef Gold. HEX triplet: A6, 91 and 34. RGB value is (166,145,52). Sum of RGB (Red+Green+Blue) = 166+145+52=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A69134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69134 is #596ECB. Grayscale: #8D8D8D. Windows color (decimal): -5861068 or 3445158. OLE color: 3445158.

HSL color Cylindrical-coordinate representation of color #A69134: hue angle of 48.95º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A69134 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 145 52 -
CMYK 0 0.13 0.69 0.35
HSL 48.95º 0.52% 0.43% -
HSV(B) 48.95º 0.69% 0.65% -
XYZ 26.47 28.61 7.38 -
YUV 140.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 166 145 52 0 0.13 0.69 0.35 48.95 0.52 0.43
Hex A6 91 34 0 D 45 23 31 34 2B
Octal 246 221 64 0 15 105 43 61 64 53
Binary 10100110 10010001 110100 0 1101 1000101 100011 110001 110100 101011

Color Harmonies of #A69134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69134

Black with #A69134

Text Example


Text Example

White with #A69134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69134; }

 p { color: rgb(166,145,52); }

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

background-color css

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

 a { background-color: rgb(166,145,52); }

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

border-color css

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

 span { border-color: rgb(166,145,52); }

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