Html Css Color HEX #A89438 Reef Gold

📋 copy color: '#A89438'

red 168 ◦ green 148 ◦ blue 56

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

Shades of Reef Gold #A89438

Tints of Reef Gold #A89438

RGB

 RED value IS 168 (66.02% from 255) = 45.16%

 GREEN value IS 148 (58.2% from 255) = 39.78%

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

R = 45.16%
G = 39.78%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A89438 (or 0xA89438) is known color: Reef Gold. HEX triplet: A8, 94 and 38. RGB value is (168,148,56). Sum of RGB (Red+Green+Blue) = 168+148+56=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A89438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89438 is #576BC7. Grayscale: #8F8F8F. Windows color (decimal): -5729224 or 3708072. OLE color: 3708072.

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

Color convert

RGB 168 148 56 -
CMYK 0 0.12 0.67 0.34
HSL 49.29º 0.5% 0.44% -
HSV(B) 49.29º 0.67% 0.66% -
XYZ 27.45 29.79 8.04 -
YUV 143.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 168 148 56 0 0.12 0.67 0.34 49.29 0.5 0.44
Hex A8 94 38 0 C 43 22 31 32 2C
Octal 250 224 70 0 14 103 42 61 62 54
Binary 10101000 10010100 111000 0 1100 1000011 100010 110001 110010 101100

Color Harmonies of #A89438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89438

Black with #A89438

Text Example


Text Example

White with #A89438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89438; }

 p { color: rgb(168,148,56); }

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

background-color css

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

 a { background-color: rgb(168,148,56); }

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

border-color css

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

 span { border-color: rgb(168,148,56); }

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