Html Css Color HEX #A68232 Reef Gold

📋 copy color: '#A68232'

red 166 ◦ green 130 ◦ blue 50

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

Shades of Reef Gold #A68232

Tints of Reef Gold #A68232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

 BLUE value IS 50 (19.92% from 255) = 14.45%

R = 47.98%
G = 37.57%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A68232 (or 0xA68232) is known color: Reef Gold. HEX triplet: A6, 82 and 32. RGB value is (166,130,50). Sum of RGB (Red+Green+Blue) = 166+130+50=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A68232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68232 is #597DCD. Grayscale: #848484. Windows color (decimal): -5864910 or 3310246. OLE color: 3310246.

HSL color Cylindrical-coordinate representation of color #A68232: hue angle of 41.38º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A68232 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 130 50 -
CMYK 0 0.22 0.70 0.35
HSL 41.38º 0.54% 0.42% -
HSV(B) 41.38º 0.7% 0.65% -
XYZ 24.28 24.3 6.43 -
YUV 131.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 166 130 50 0 0.22 0.70 0.35 41.38 0.54 0.42
Hex A6 82 32 0 16 46 23 29 36 2A
Octal 246 202 62 0 26 106 43 51 66 52
Binary 10100110 10000010 110010 0 10110 1000110 100011 101001 110110 101010

Color Harmonies of #A68232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68232

Black with #A68232

Text Example


Text Example

White with #A68232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68232; }

 p { color: rgb(166,130,50); }

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

background-color css

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

 a { background-color: rgb(166,130,50); }

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

border-color css

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

 span { border-color: rgb(166,130,50); }

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