Html Css Color HEX #A69738 Reef Gold

📋 copy color: '#A69738'

red 166 ◦ green 151 ◦ blue 56

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

Shades of Reef Gold #A69738

Tints of Reef Gold #A69738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.01%

R = 44.5%
G = 40.48%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A69738 (or 0xA69738) is known color: Reef Gold. HEX triplet: A6, 97 and 38. RGB value is (166,151,56). Sum of RGB (Red+Green+Blue) = 166+151+56=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A69738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69738 is #5968C7. Grayscale: #919191. Windows color (decimal): -5859528 or 3708838. OLE color: 3708838.

HSL color Cylindrical-coordinate representation of color #A69738: hue angle of 51.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A69738 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 151 56 -
CMYK 0 0.09 0.66 0.35
HSL 51.82º 0.5% 0.44% -
HSV(B) 51.82º 0.66% 0.65% -
XYZ 27.51 30.53 8.18 -
YUV 144.66 77.97 143.22 -
System Red Green Blue C M Y K H S L
Decimal 166 151 56 0 0.09 0.66 0.35 51.82 0.5 0.44
Hex A6 97 38 0 9 42 23 34 32 2C
Octal 246 227 70 0 11 102 43 64 62 54
Binary 10100110 10010111 111000 0 1001 1000010 100011 110100 110010 101100

Color Harmonies of #A69738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69738

Black with #A69738

Text Example


Text Example

White with #A69738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69738; }

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

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

background-color css

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

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

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

border-color css

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

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

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